home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 26
/
CU Amiga Magazine's Super CD-ROM 26 (1998)(EMAP Images)(GB)[!][issue 1998-09].iso
/
CUCD
/
Utilities
/
Freedom
/
Docs
/
BUGS
< prev
next >
Wrap
Text File
|
1998-07-16
|
1KB
|
24 lines
o Assembly optimized version of the library (you will very probably not yet
notice any difference, so use the standard C-only versions) might be buggy
and (more probably) create different rendering output, because for example
the assembly version of TT_MulDiv does not yet use rounding (a*b/c instead
of (a*b+c/2)/c ).
o Engine is far to slow, compared to bullet.library. Maybe someone wants to
help me in converting the most important routines to assembly. Source code
is included, so if someone wants to improve it or create a PPC version ...
o Not (yet) implemented OT tags might be the reason for some programs
crashing (Wordworth)
o Fonts without Unicode CMAP tables (character to glyph mapping) such as
webdings.ttf cannot be used. Don't know how to do the mapping in such
a case :(
o The "Install Truetype Font" script is not yet able to find out all info
it needs for the otag file itself, therefore it asks the user for things
like "Is this a serif font?", etc.